home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 768 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: pn.itnet.it!not-for-mail
  2. From: "Stefano Agostinelli" <agos001@pn.itnet.it>
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: CyberGFX and SPectrum Card
  5. Date: Thu, 25 Jan 1996 19:33:35 +0100
  6. Organization: ITnet
  7. Message-ID: <65641196%agos001@pn.itnet.it>
  8. References: <65641120%agos001@pn.itnet.it> <2252.6597T65T2960@public.ndh.com>
  9. NNTP-Posting-Host: agos001.pn.itnet.it
  10. X-NewsReader: IntuiNews 1.3 (27.8.95)
  11.  
  12. Marcel Jantz wrote in comp.sys.amiga.graphics about "Re: CyberGFX and SPectrum
  13. Card":
  14. > > Pardon, currently picture.datatype supports only <= 8 bit deep
  15. > > bitmaps,so are you using a new picture.datatype in order to do that?
  16. > That's not completely true. As the boopsi system is quite open for any
  17. > extension, it's possible to do everything. Okay suppose you want to display a
  18. > picture with multiview you simply have to implement a render/update method in
  19. > your datatype. I do a check if the rastport belongs to a cybergfx screen and
  20. > if so render 24 datas. I also implemented a new method to get the rgb datas
  21. > from outside. So I can use the datatype also for loading some pictures. I
  22. > guess there can be an unlimited of options/functions be done.
  23.  
  24.  But doing so you're creating a non standard datatype. DataType should be
  25.  blind objects simply translating formats to Amiga native ones (i.e. IFF
  26.  in most of cases).Picture.datatype should be responsible of display.
  27.  Why not have a look at the new V43 picture.datatype? (You can find a beta
  28.  version,stable in my experience,on Aminet)
  29.  All above is imho of course :)
  30.  
  31.  Cheers
  32. Stefano
  33.  
  34. +-----------------------------+-----------------------------------------+
  35. | Stefano Agostinelli         | Now developing for You ARM:             |
  36. | Genoa - Italy               | the State of Art AmigaRoleMaster System |
  37. +-----------------------------+-----------------------------------------+
  38. | IRC: arm                    | 'Where are you going, Master?'          |
  39. | E-mail: agos001@pn.itnet.it | 'To the Havens, Sam'                    |
  40. +-----------------------------+-----------------------------------------+
  41.  
  42.